home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / allout.swf / scripts / DefineButton2_108 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-05-29  |  150 b   |  7 lines

  1. on(release){
  2.    _parent.solver.gotoAndStop(1);
  3.    _parent.lew.action = "reset";
  4.    _parent.lew.gotoAndPlay("clickbutton");
  5.    gotoAndStop(1);
  6. }
  7.